home *** CD-ROM | disk | FTP | other *** search
/ Clickx 35 / Clickx 35.iso / assets / software / EC Architect / Acrobat / Data1.cab / PictureTasks.api / EXVW / 114 < prev    next >
Encoding:
Text File  |  2003-11-03  |  1.9 KB  |  46 lines

  1. gPreviewHeight = 300;
  2. gPreviewWidth = 500;
  3. gSliderMinimumWidth = 106;
  4. gSliderMinimumHeight = 30;
  5. gGapWidth = 125;
  6. dialog(name: '$$$/Dialogs/OnLineServices/ShareTitle', target_id: 'tefr')
  7. {
  8.     group(align_children: align_left)
  9.     {
  10.         group(align_children: align_left, width: gPreviewWidth + gMarginWidth)
  11.         {
  12.                 cluster(name: '$$$/Dialogs/OnLineServices/SharePicture', item_id: 'pics', align_children: align_left)
  13.                 {
  14.                     group(align_children: align_left)
  15.                     {
  16.                         list_box(item_id: 'pick', width: gPreviewWidth, height: gPreviewHeight);                        
  17.                     }
  18.                     group(align_children: align_row, width: gPreviewWidth)
  19.                     {                        
  20.                         button(item_id: 'slal', name: '$$$/Dialogs/ImagePicker/SelectAll', picture: false, alignment: align_left);
  21.                         button(item_id: 'clal', name: '$$$/Dialogs/ImagePicker/ClearAll', picture: false, alignment: align_left);                                                                    
  22.                         gap(width: gGapWidth);
  23.                         picture(item_id: 'slmn', width: 11, height: 9);
  24.                         slider(item_id: 'slid', width: gSliderMinimumWidth, height: gSliderMinimumHeight, align: align_right);                        
  25.                         picture(item_id: 'slmx', width: 18, height: 14);
  26.                     }
  27.                 }
  28.         }
  29.         group(align_children: align_row)
  30.         {
  31.             cluster(name: '$$$/Dialogs/OnLineServices/OnLineServices', align_children: align_left, width: gPreviewWidth+30)
  32.             {
  33.                 static_text(alignment: align_left, name: '$$$/Dialogs/OnLineServices/UploadMessage', horizontal: align_fill);
  34.               static_text(item_id: 'svnm', alignment: align_left, horizontal: align_fill, width: 200);
  35.                 check_box(item_id: 'ansv', name: '$$$/Dialogs/OnLineServices/AnotherService');
  36.       }
  37.         }
  38.         group(align_children: align_row, width: gPreviewWidth)
  39.         {                    
  40.             button(item_id: 'help', name: '$$$/Dialogs/OnLineServices/Help', alignment: align_left);
  41.       gap(width: 265);
  42.             ok_cancel(ok_name: '$$$/Dialogs/Next', alignment: align_right);
  43.         }
  44.     }
  45. }
  46.